home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSUBMITFORMCFG / TSUBMITFORMCFG.txt
Text File  |  2004-10-12  |  2KB  |  111 lines

  1. object SubmitFormCfg: TSubmitFormCfg
  2.   Left = 214
  3.   Top = 214
  4.   HelpContext = 14025
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Submission Forms'
  8.   ClientHeight = 253
  9.   ClientWidth = 547
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 368
  23.     Top = 219
  24.     Width = 75
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = '&Close'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object bAdd: TButton
  33.     Left = 208
  34.     Top = 219
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Add...'
  38.     TabOrder = 1
  39.     OnClick = bAddClick
  40.   end
  41.   object bDelete: TButton
  42.     Left = 288
  43.     Top = 219
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Delete'
  47.     TabOrder = 2
  48.     OnClick = bDeleteClick
  49.   end
  50.   object bHelp: TButton
  51.     Left = 448
  52.     Top = 219
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = '&Help'
  57.     TabOrder = 3
  58.     OnClick = bHelpClick
  59.   end
  60.   object pnListBoxAligner: TPanel
  61.     Tag = 11
  62.     Left = 8
  63.     Top = 8
  64.     Width = 529
  65.     Height = 201
  66.     BevelOuter = bvNone
  67.     BorderWidth = 2
  68.     TabOrder = 4
  69.     object lTables: TListBox
  70.       Left = 2
  71.       Top = 19
  72.       Width = 525
  73.       Height = 180
  74.       Style = lbOwnerDrawFixed
  75.       Align = alClient
  76.       BevelInner = bvNone
  77.       BevelOuter = bvNone
  78.       BorderStyle = bsNone
  79.       ItemHeight = 16
  80.       TabOrder = 0
  81.       OnClick = lTablesClick
  82.       OnDrawItem = lTablesDrawItem
  83.       OnEnter = lTablesEnter
  84.     end
  85.     object hTables: THeaderControl
  86.       Left = 2
  87.       Top = 2
  88.       Width = 525
  89.       Height = 17
  90.       Sections = <
  91.         item
  92.           AllowClick = False
  93.           ImageIndex = -1
  94.           MaxWidth = 500
  95.           MinWidth = 200
  96.           Text = 'Title'
  97.           Width = 200
  98.         end
  99.         item
  100.           AllowClick = False
  101.           ImageIndex = -1
  102.           MaxWidth = 9999
  103.           MinWidth = 10
  104.           Text = 'To'
  105.           Width = 329
  106.         end>
  107.       OnSectionResize = hTablesSectionResize
  108.     end
  109.   end
  110. end
  111.